#!/bin/sh

# Quit System Preferences
ps auxw | grep -i "System Preferences.app" | grep -v grep | awk '{print $2}' | xargs kill -HUP

# Remove cruft
rm -rf ~/Library/PreferencePanes/DejaVu.prefPane
rm -rf /Library/PreferencePanes/DejaVu.prefPane
rm -rf ~/Library/Application\ Support/Deja\ Vu
